Int32NINumericInt32NRemainder Method
Computes the remainder after dividing the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32N INumeric<Int32N>.Remainder(
Int32N value
)
Private Function Remainder (
value As Int32N
) As Int32N Implements INumeric(Of Int32N).Remainder
private:
virtual Int32N Remainder(
Int32N value
) sealed = INumeric<Int32N>::Remainder
private abstract Remainder :
value : Int32N -> Int32N
private override Remainder :
value : Int32N -> Int32N
- value Int32N
- The value as the divisor.
Int32NThe remainder after dividing the current value by
value.
INumericTSelfRemainder(TSelf)